home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 164 - Disc 2 / MF_UK_164_2.iso / DiscContents / Games / Football Manager 2006 / Install Mac FM2006 Gold Demo.dmg / FM2006 Gold Demo / data / panels / editbox.xml < prev    next >
Encoding:
Text File  |  2005-09-25  |  898 b   |  28 lines

  1. <panel>
  2.     <!-- stretch everything to the sides of the dialog -->
  3.     <layout class="stick_to_sides_attachment" alignment="horizontal" layout_children="true" inset="0"/>
  4.  
  5.     <!-- make dialog moveable -->
  6.     <attachment class="moveable_attachment"/>
  7.     
  8.     <!-- arrange items vertically, with text at top -->
  9.     <layout class="arrange_vertical_attachment" alignment="top" gap="8"/>
  10.  
  11.     <!-- centre dialog in parent -->
  12.     <layout class="centre_in_parent_attachment" alignment="all"/>
  13.  
  14.     <!-- fit the height of the dialog to the height of its components -->
  15.     <layout class="fit_children_attachment" alignment="vertical, fill" gap="8"/>
  16.  
  17.     <!-- contents -->
  18.     <widget class="text" id="text" auto_size="vertical"/>
  19.  
  20.     <!-- edit box -->
  21.     <widget class="edit_box" id="edit" afoc="true" auto_size="vertical"/>
  22.  
  23.     <!-- spacer -->
  24.     <container height="4"/>
  25.     
  26.     <!-- buttons -->
  27.     <container id="btns" file="editbox buttons"/>
  28. </panel>